home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0154.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  1.5 KB  |  32 lines

  1. On 16-Mar-98, Jonas Thorell wrote:
  2. >>Define ordinary text file.
  3. >One that gets created by, for example, 
  4. >Exec "dir c: >t:list"
  5. >>Using Set Input 10,-1 tells it to expect only Chr$(10) as the EOL.
  6. >That did the trick! Thanks. That's what happens when you don't use a
  7. >programming-language in a long time.
  8.  
  9. Not a problem. And, for making regular text files, don't use standard Print
  10. #1,A$.
  11.  
  12. Use Print #1,A$;Chr$(10);
  13. That will output in the standard format.
  14.  
  15. Well met and godspeed,
  16.                       Giark
  17.                                        giark@hicksville.dyn.ml.org
  18.                                 http://www.hicksville.dyn.ml.org/~giark/
  19.                             .----------------------------------------------.
  20.                             |      ______  ______    _____                 |
  21.                             |     / ____/ / __  /   / ___ \ Makers of      |
  22.                             |    / /__   / /_/ /   / /  / / SoloTrek II    |
  23.                             |   / ___/  / ____ \  / /  / /                 |
  24.                             |  / /     / /___/ / / /  / /   CyberSpace BBS |
  25.                             | /_/     /_______/ /_/  /_/    (519)579-0072  |
  26.                             |    Fly By Nite Videe-Oh!      (519)579-0173  |
  27.                             |                                              |
  28.                             |    Amiga 1200 030/50MHz 2Mb Chip 4Mb Fast    |
  29.                             `----------------------------------------------'
  30.  
  31.  
  32.